home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / demo / contourm.sit / ContourMap Demo.rsrc / HELP_12901_Contour menu < prev    next >
Encoding:
Text File  |  1990-12-19  |  5.6 KB  |  88 lines

  1. Contour Menu
  2.  
  3. Specify grid: 
  4.        Specify an x,y grid over which contouring will be done.  This can be  either a regular
  5.        grid or one that passes through all the data points.
  6.  
  7. Nearest neighbour interpolation: 
  8.        Interpolation of missing data based on n nearest neighbours - fastest algorithm.
  9.  
  10. Akima interpolation:
  11.      Bicubic spline interpolation based on the method of Akima (1978). (Akima H.A.
  12.      A method of bivariate interpolation and smooth surface fitting for irregularly
  13.      distributed data points. ACM Trans. Math. Software 4, 2 (June 1978), 148-159.)
  14.  
  15. Shading mode:
  16.      Sets contour drawing mode to shading.  Contour levels are shaded either in a grey scale
  17.      pattern or in colour. An existing line mode contour map is redone in shade mode.
  18.  
  19. Line drawing mode:
  20.      Sets contour drawing mode to line drawing.  Contour levels are followed by a line of
  21.      selected colour, thickness, smoothing and labeling. An existing shade mode contour map
  22.      is redone in line drawing mode.
  23.  
  24. Shading settings: 
  25.       Allows the setting of contour map cosmetics for shading mode, such as colour, shade key
  26.      positioning and configuration. More specifically:
  27.       Shading type:     Ñ Colour vs Grey scale patterns : Either a range of colours from the 
  28.                                    default colour map or grey scale patterns from a range of 32 can be
  29.                                    used.
  30.       Shading Key:      Ñ Font details and number format : Set font and number format details
  31.                                    for the shade key.
  32.                                 Ñ Value range position : Draw shade value range to the left or right of
  33.                                    key.
  34.                                 Ñ Box height, width and number of key columns : Specify size of key and
  35.                                    the number of columns to use.
  36.  
  37. Contour settings: 
  38.       Allows the setting of contour map cosmetics such as label positioning, smoothing, line
  39.       thickness, colour and label font details. More specifically:
  40.       Line details :      Ñ Minimum length : Only contour lines of this length are plotted.
  41.                                 Ñ Smoothing - screen based : A cubic spline is fitted through the data
  42.                                    points - with Segment length  the length of line segments plotted and
  43.                                    Natural cubic spline  or s'''(x)=c'''   (third derivative of spline
  44.                                    through end segments = third derivative of unique cubic through
  45.                                    first four and last four points) end conditions for spline.
  46.                                    Laserwriter based : Uses postscripts bezier splines for smoothing
  47.                                    line segments - these curves do not pass through the data points.
  48.                                    Screen plus Laserwriter based : A combination of above which
  49.                                    possibly results in the best result for laserwriter output - try using
  50.                                    a Segment length  of 0.2 cm.
  51.                                 Ñ Colour : Line drawing colour.
  52.                                 Ñ Dash Pattern : Line drawing dash pattern. Dash lines can be specified
  53.                                    by entering the number of points for the solid part followed by the
  54.                                    number of points for the blank part and so on, e.g. 4,2,2 selects a 
  55.                                    dash line with 4 points solid, 2 blank, 2 solid and 2 blank before 
  56.                                    repeating.
  57.                                 Ñ Linewidth : Point size of line width - use fractional size to do
  58.                                    hairlines on the laserwriter, e.g. 0.25.
  59.       Label details :    Ñ Horizontal vs line following labels : Labels can either be drawn 
  60.                                    horizontally or made to follow the slope of the contour line. If they
  61.                                    are drawn at the same slope as the contour line then an approximate
  62.                                    vector font is used on the screen but correctly rotated fonts are 
  63.                                    plotted on the laserwriter.
  64.                                 Ñ Minimum space between labels : This amount of space is left between
  65.                                    labels.
  66.                                 Ñ Maximum curvature change for labels : This restricts label plotting
  67.                                    to parts of the line that have a changing slope less than specified.
  68.                                 Ñ Frequency of sampling points when placing labels : When placing 
  69.                                    labels ContourMap scans through the points of a contour line looking
  70.                                    for candidate positions. This parameter determines the granularity of
  71.                                    the scan - the lower the number the more points are looked at.
  72.  
  73. Add contour:
  74.      Select the contour levels to draw either as individual levels or as a range. Each level is
  75.      drawn with the currently selected cosmetic options.
  76.  
  77. Remove contour: 
  78.      Remove an already drawn contour level.
  79.  
  80. Redraw contour: 
  81.      Redraw selected contour levels with the currently selected cosmetic options, overriding
  82.      previously used settings for the levels chosen.
  83.  
  84. Hide selected contour segment: 
  85.      Hides contour segments that have been selected by clicking on a contour label belonging
  86.      to the segment - useful for masking out areas of the map that might have doubtful data.
  87.      Hidden segments are redrawn when Redraw contour  is chosen.
  88.